From 82224e9e0ebbc1a1b096abcd626238000bee4421 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 20 Jan 2010 20:26:13 +0000 Subject: [PATCH] Improve include handling of relative paths. --- jeeps/gpslibusb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeeps/gpslibusb.c b/jeeps/gpslibusb.c index 579b731ce..c474e33a1 100644 --- a/jeeps/gpslibusb.c +++ b/jeeps/gpslibusb.c @@ -30,7 +30,7 @@ #include "gps.h" #include "garminusb.h" #include "gpsusbcommon.h" -#include "garmin_device_xml.h" +#include "../garmin_device_xml.h" #define GARMIN_VID 0x91e -- 2.30.2